* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#999;
}
body {
    background: url(../images/bg.png) no-repeat center 60px;
    background-size: 100%;
    background-color: #f7f7f7;
    width: 100%;
}

em {
    font-style: normal;
}

img {
    max-width: 100%;
}

.main {
    width: 100%;
}

.header {
    background-color: #f34047;
    color: #fff;
}

.header-inner {
    width: 100%;
    height: 62px;
}

.logo {
    display: inline-block;
    width: 59%;    
    margin-top: 10px;
    margin-left: 10px;
}
.logo img{
    width:100%;
    height: auto;
}
.english {
    float: right;
    line-height: 62px;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}

.inquire {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 10px;
}

.inquire .txt {
    width: 97%;
    height: 50px;
    padding-right: 70px;
    box-sizing: border-box;
    border: none;
    outline: none;
    -webkit-appearance: none;
    padding-left: 15px;
    border-radius: 6px;
    color: #999;
    font-size: 18px;
    box-shadow: 5px 5px 5px rgba(153,153,153,0.3);
}

.inquire .btn {
    width: 70px;
    height: 50px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 6px;
    background-color: #f34047;
    color: #fff;
    font-size: 18px;
    margin-left: -70px;
    vertical-align: top;
}

.inquire .num {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 6px;
    color: #ccc;
    border: 1px solid #ccc;
    line-height: 30px;
    text-align: center;
    margin-left: -117px;
}

.steps {
    padding: 0 10px;
}

.steps-left {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.steps-left:after {
    display: block;
    content: "";
    width: 15px;
    height: 49px;
    background: url(../images/Link-arrow.png) no-repeat;
    background-size: 100%;
    margin: 0 auto
}

.steps-left .step {
    width: 90%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.step span:first-child {
    display: inline-block;
    height: 42px;
    width: 42px;
    background-color: #999;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    z-index: 1;
    position: relative;
}

.step span:first-child+span {
    display: inline-block;
    width: 90%;
    height: 39px;
    line-height: 39px;
    font-size: 10px;
    color: #999;
    background: url(../images/bg-step.png) no-repeat;
    background-size: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    margin-left: -15px;
}

.steps-right {
    margin-top: 10px;
    margin-bottom: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.result {
    background: url(../images/bg-result1.png) no-repeat;
    background-size: 100%;
    color: #999;
    font-size: 12px;
    text-align: center;
    width: 35%;
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result-inner {
    margin-top: 25px;
}

.result-inner .title {
    color: #808080;
    font-size: 16px;
}

.result-2 {
    background: url(../images/bg-result2.png) no-repeat;
    background-size: 100%;
    margin-left: -30px;
    margin-right: -30px;
}

.result-2 .result-inner {
    margin-top: -30px;
}

.ways {}

.way {
    width: 45%;
    display: inline-block;
    margin: 10px 2.1%;
    /* height: 210px; */
    vertical-align: top;
}

.way .icon {
    background: url(../images/icon-phone.png) no-repeat center;
    background-size: 61%;
    background-color: #f7f7f7;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    margin: 0 auto;
}

.way .text {
    color: #808080;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.way p {
    color: #999;
    font-size: 14px;
}

.way:first-child+div .icon {
    background: url(../images/icon-message.png) no-repeat center;
    background-size: 61%;
    background-color: #f7f7f7;
}

.way:first-child+div+div .icon {
    background: url(../images/icon-code.png) no-repeat center;
    background-size: 61%;
    background-color: #f7f7f7;
}

.way:first-child+div+div+div .icon {
    background: url(../images/icon-wechat.png) no-repeat center;
    background-size: 61%;
    background-color: #f7f7f7;
}

/* 轮播图 */

.swiper-container {
    margin-top: 40px;
    margin-bottom: 30px;
}

.swiper-pagination-bullet {
    background-color: #ccc;
    opacity: 0.8;
    margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
    background-color: #999;
}

/* 轮播结束 */

.footer {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    text-align: center;
    color: #999;
    font-size: 12px;
}

/* 弹窗 */

.mask {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}
.show-box{
    margin: 150px auto 0;
}
.show {
    width: 86%;
    background-color: #fff;
    border-radius: 6px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    padding: 50px 30px 20px;
    margin-top: -35px;
}

.icon-show {
    width: 71px;
    height: 71px;
    border-radius: 50%;
    background: url(icon-r.png) no-repeat center;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#show {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.btn-close {
    height: 34px;
    width: 120px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin: 0 auto;
    display: block;
    background: linear-gradient(top, #fff, #ccc);
    background: -webkit-linear-gradient(top, #fff, #ccc);
    outline: none;
    -webkit-appearance: none;
    color: #000;
    box-sizing: border-box;
    margin:20px auto 0;
}